Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more features in Word Count Calculator #1860

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

Ajai-Sharan
Copy link
Contributor

@Ajai-Sharan Ajai-Sharan commented Aug 25, 2024

Fixes Issue🛠️

Closes #1859

Description👨‍💻

This update introduces a new feature to the Word-Count-Calculator that provides detailed counts of various character types within a text. Specifically, the feature will offer the following metrics:

  • Total Characters (including spaces): The total number of characters in the text, including spaces.
  • Total Characters (excluding spaces): The total number of characters in the text, excluding spaces.
  • Total Alphabets: The count of all alphabetic characters (A-Z, a-z).
  • Total Integers: The count of all numeric digits (0-9).
  • Total Special Characters: The count of all special characters (e.g., punctuation, symbols).

This feature is designed to give users a more comprehensive analysis of the text, making it useful for applications where understanding the composition of the text is important.

Type of Change📄

  • New feature (non-breaking change which adds functionality)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project

Screenshots/GIF📷

Before :

Screenshot (105)

After:

Screenshot (104)

Copy link

netlify bot commented Aug 25, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit 073d19b
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/674de66c19031800085637e4
😎 Deploy Preview https://deploy-preview-1860--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Ajai-Sharan, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

@Rakesh9100 Rakesh9100 changed the title Added feature for Word-Count-Calculator Added more features in Word Count Calculator Dec 2, 2024
@Rakesh9100 Rakesh9100 merged commit 26c3d61 into Rakesh9100:main Dec 2, 2024
4 checks passed
@Rakesh9100 Rakesh9100 added the Completed 🥳 PR successfully merged and issue resolved on completion label Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @Ajai-Sharan

@Rakesh9100 Rakesh9100 added the Medium Moderate level implementation task label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed 🥳 PR successfully merged and issue resolved on completion Medium Moderate level implementation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add more features in Word Count Calculator
2 participants